|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILogger
An interface to use for common logging purposes.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.vtp.framework.core.IReporter |
|---|
SEVERITY_DEBUG, SEVERITY_ERROR, SEVERITY_INFO, SEVERITY_WARN |
| Method Summary | |
|---|---|
void |
debug(java.lang.String message)
Creates and publishes a debug log entry with the specified attributes. |
void |
debug(java.lang.String[] categories,
java.lang.String message)
Creates and publishes a debug log entry with the specified attributes. |
void |
debug(java.lang.String[] categories,
java.lang.String message,
java.util.Dictionary properties)
Creates and publishes a debug log entry with the specified attributes. |
void |
debug(java.lang.String message,
java.util.Dictionary properties)
Creates and publishes a debug log entry with the specified attributes. |
void |
error(java.lang.String message)
Creates and publishes an error log entry with the specified attributes. |
void |
error(java.lang.String[] categories,
java.lang.String message)
Creates and publishes an error log entry with the specified attributes. |
void |
error(java.lang.String[] categories,
java.lang.String message,
java.util.Dictionary properties)
Creates and publishes an error log entry with the specified attributes. |
void |
error(java.lang.String message,
java.util.Dictionary properties)
Creates and publishes an error log entry with the specified attributes. |
void |
info(java.lang.String message)
Creates and publishes an informational log entry with the specified attributes. |
void |
info(java.lang.String[] categories,
java.lang.String message)
Creates and publishes an informational log entry with the specified attributes. |
void |
info(java.lang.String[] categories,
java.lang.String message,
java.util.Dictionary properties)
Creates and publishes an informational log entry with the specified attributes. |
void |
info(java.lang.String message,
java.util.Dictionary properties)
Creates and publishes an informational log entry with the specified attributes. |
boolean |
isDebugEnabled()
Returns true if the debug severity level is enabled. |
boolean |
isErrorEnabled()
Returns true if the error severity level is enabled. |
boolean |
isInfoEnabled()
Returns true if the informational severity level is enabled. |
boolean |
isWarnEnabled()
Returns true if the warning severity level is enabled. |
void |
log(int severity,
java.lang.String message)
Creates and publishes a log entry with the specified attributes. |
void |
log(int severity,
java.lang.String[] categories,
java.lang.String message)
Creates and publishes a log entry with the specified attributes. |
void |
log(int severity,
java.lang.String[] categories,
java.lang.String message,
java.util.Dictionary properties)
Creates and publishes a log entry with the specified attributes. |
void |
log(int severity,
java.lang.String message,
java.util.Dictionary properties)
Creates and publishes a log entry with the specified attributes. |
void |
warn(java.lang.String message)
Creates and publishes a warning log entry with the specified attributes. |
void |
warn(java.lang.String[] categories,
java.lang.String message)
Creates and publishes a warning log entry with the specified attributes. |
void |
warn(java.lang.String[] categories,
java.lang.String message,
java.util.Dictionary properties)
Creates and publishes a warning log entry with the specified attributes. |
void |
warn(java.lang.String message,
java.util.Dictionary properties)
Creates and publishes a warning log entry with the specified attributes. |
| Methods inherited from interface org.eclipse.vtp.framework.core.IReporter |
|---|
isSeverityEnabled, report, report, report, report |
| Method Detail |
|---|
void log(int severity,
java.lang.String message)
severity - The severity of the log entry.message - The message associated with the log entry or
null to not include a message.
void log(int severity,
java.lang.String message,
java.util.Dictionary properties)
severity - The severity of the log entry.message - The message associated with the log entry or
null to not include a message.properties - The properties of the log entry or null if
no properties are specified.
void log(int severity,
java.lang.String[] categories,
java.lang.String message)
severity - The severity of the log entry.categories - The categories the log entry pertains to or
null if no catagories are related.message - The message associated with the log entry or
null to not include a message.
void log(int severity,
java.lang.String[] categories,
java.lang.String message,
java.util.Dictionary properties)
severity - The severity of the log entry.categories - The categories the log entry pertains to or
null if no catagories are related.message - The message associated with the log entry or
null to not include a message.properties - The properties of the log entry or null if
no properties are specified.boolean isErrorEnabled()
void error(java.lang.String message)
message - The message associated with the log entry or
null to not include a message.
void error(java.lang.String message,
java.util.Dictionary properties)
message - The message associated with the log entry or
null to not include a message.properties - The properties of the log entry or null if
no properties are specified.
void error(java.lang.String[] categories,
java.lang.String message)
categories - The categories the log entry pertains to or
null if no catagories are related.message - The message associated with the log entry or
null to not include a message.
void error(java.lang.String[] categories,
java.lang.String message,
java.util.Dictionary properties)
categories - The categories the log entry pertains to or
null if no catagories are related.message - The message associated with the log entry or
null to not include a message.properties - The properties of the log entry or null if
no properties are specified.boolean isWarnEnabled()
void warn(java.lang.String message)
message - The message associated with the log entry or
null to not include a message.
void warn(java.lang.String message,
java.util.Dictionary properties)
message - The message associated with the log entry or
null to not include a message.properties - The properties of the log entry or null if
no properties are specified.
void warn(java.lang.String[] categories,
java.lang.String message)
categories - The categories the log entry pertains to or
null if no catagories are related.message - The message associated with the log entry or
null to not include a message.
void warn(java.lang.String[] categories,
java.lang.String message,
java.util.Dictionary properties)
categories - The categories the log entry pertains to or
null if no catagories are related.message - The message associated with the log entry or
null to not include a message.properties - The properties of the log entry or null if
no properties are specified.boolean isInfoEnabled()
void info(java.lang.String message)
message - The message associated with the log entry or
null to not include a message.
void info(java.lang.String message,
java.util.Dictionary properties)
message - The message associated with the log entry or
null to not include a message.properties - The properties of the log entry or null if
no properties are specified.
void info(java.lang.String[] categories,
java.lang.String message)
categories - The categories the log entry pertains to or
null if no catagories are related.message - The message associated with the log entry or
null to not include a message.
void info(java.lang.String[] categories,
java.lang.String message,
java.util.Dictionary properties)
categories - The categories the log entry pertains to or
null if no catagories are related.message - The message associated with the log entry or
null to not include a message.properties - The properties of the log entry or null if
no properties are specified.boolean isDebugEnabled()
void debug(java.lang.String message)
message - The message associated with the log entry or
null to not include a message.
void debug(java.lang.String message,
java.util.Dictionary properties)
message - The message associated with the log entry or
null to not include a message.properties - The properties of the log entry or null if
no properties are specified.
void debug(java.lang.String[] categories,
java.lang.String message)
categories - The categories the log entry pertains to or
null if no catagories are related.message - The message associated with the log entry or
null to not include a message.
void debug(java.lang.String[] categories,
java.lang.String message,
java.util.Dictionary properties)
categories - The categories the log entry pertains to or
null if no catagories are related.message - The message associated with the log entry or
null to not include a message.properties - The properties of the log entry or null if
no properties are specified.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||